home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / gas / testsuite / gasp / reg.asm < prev    next >
Encoding:
Assembly Source File  |  1996-07-04  |  64 b   |  10 lines

  1.  
  2.  
  3. foo    .REG    (r1)
  4.     add    foo,foo
  5.  
  6. bar    .reg    (r2)
  7.     add    bar,foo
  8.  
  9.     .END
  10.